This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Problem with @Left ~Cheryl Breakonyader 21.Nov.03 02:27 PM a Web browser Domino Designer 6.0.2 CF2iSeries
Hi,
My source field is a multi-value field, because i'm capturing the contents of a view column. It's @Text(@DBColumn(view etc...).
I'm then trying to separate the values from the multi-value field, starting with @Left.
I want to parse out each value of my multi-value field into pieces of Computed Text.
The idea is that the DBColumn gets a list of news items for a Javscript news ticker, then each bit of Computed Text, which is pass-thru HTML for the ticker, picks up each element of the multi-value field.